﻿@font-face {
    font-family: "ITCFG-Book";
    src: url("../../Assets/fonts/03dda592-ab39-4f26-9535-fdea194854cf.eot?#iefix");
    src: url("../../Assets/fonts/03dda592-ab39-4f26-9535-fdea194854cf.eot?#iefix") format("eot"),url("../../Assets/fonts/41c174b1-68c1-41b7-a19f-5ec80929b115.woff") format("woff"),url("../../Assets/fonts/06d99598-12aa-461b-b57e-81a137da1b9f.ttf") format("truetype"),url("../../Assets/fonts/427cca04-e0ee-4395-a5d3-b7d45feeff62.svg#427cca04-e0ee-4395-a5d3-b7d45feeff62") format("svg");
}


body {
    padding: 0;
    margin: 0;
    font-family: "ITCFG-Book";
    
    line-height: 18px;
    font-weight: normal;
    color: #555;
}

.mainBarra {
    width: 100%;
    background: #e6e6e6;
    height: 46px;
}

.cofinaLogo {
    width: 75px;
    height: 46px;
    background: url(../../Assets/i/record/logos/cofina.png) #333C40 no-repeat center scroll;
    text-indent: -9999px;
    float: left;
}

    .cofinaLogo a {
        display: block;
        width: 75px;
        height: 46px;
    }

.ticker {
    /*float: left;*/
    height: 46px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.tickercontainer { /* the outer div */
    height: 22px;
    margin: -5px 0 0 0;
    padding: 0;
    overflow: hidden;
    color: #fff;
}

    .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
        position: relative;
        height: 22px;
        overflow: hidden;
    }

ul.newsticker { /* that's your list */
    /*Transitions have been added in order set css3 transitions; and have linear easing. Changing these lines you might have unexpected results */
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    position: relative;
    font-size: 11px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    overflow: hidden;
    height: 15px;
    font-family: "ITCFG-Book";
}

    ul.newsticker li {
        float: left; /* important: display inline gives incorrect results when you check for elem's width */
        margin: 0;
        padding-right: 20px; /*background: #fff;*/
        color: #1f1f1f;
        text-decoration: none;
    }

        ul.newsticker li img {
            vertical-align: middle;
        }

    ul.newsticker a {
        white-space: nowrap;
        padding: 0;
        color: #414547;
        font-size: 11px;
        margin: 0;
        text-decoration: none;
    }

    ul.newsticker span {
        margin: 0 5px 0 0;
    }

.tickeroverlay-left, .tickeroverlay-right {
    display: none;
}

.clearLinha {
    clear: left;
}

ul.sitesCofina {
    overflow: hidden;
    padding: 0;
    margin: 5px auto 0 auto;
    font-family: "ITCFG-Book";
    display:inline-block;
}

    ul.sitesCofina li {
        float: left;
        font-size: 11px;
        list-style-type: none;
    }

        ul.sitesCofina li .sep {
            color: #fc0000;
            padding: 0 4px;
        }

        ul.sitesCofina li a {
            color: #000;
            text-decoration: none;
        }

.sitesCofinaMobile {
    font-size: 14px;
    color: #1f1f1f;
    background: url(../../Assets/i/seta.png) 98% no-repeat scroll #e5e5e5;
    border: 1px solid #aaa;
    width: 96%;
    margin: 8px auto 6px auto;
    height: 26px;
    padding: 3px 5px 3px 10px;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}
/* INÍCIO RESPONSIVE TABLET */
@media only screen and (min-width:760px) and (max-width:960px) {
    ul.sitesCofina {
        overflow: hidden;
        padding: 0;
        margin: 5px auto 8px 10%;
    }
}

@media only screen and (min-width:100px) and (max-width:759px) {
    ul.sitesCofina {
        display: none;
    }

    .sitesCofinaMobile {
        display: block;
    }
}

@media only screen and (min-width:100px) and (max-width:1000px) {
    .sitesCofina [data-id="16"], .sitesCofina [data-id="15"] {
		display:none;
	}
	.sep:last {
		display:none;
	}
}

@media only screen and (min-width:100px) and (max-width:900px) {
    .sitesCofina [data-id="13"], .sitesCofina [data-id="14"] {
		display:none;
	}
	.sep:last {
		display:none;
	}
}
